home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be002.dxr / 00106.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  328 b   |  13 lines

  1. on mouseUp
  2.   global tv
  3.   puppetSound(1, "clicko~1")
  4.   cursorOff()
  5.   set tv to 0
  6.   repeat while the locH of sprite 3 > 114
  7.     set the locH of sprite 3 to the locH of sprite 3 - 5
  8.     set the locH of sprite 4 to the locH of sprite 4 - 5
  9.     set the locH of sprite 5 to the locH of sprite 5 - 5
  10.     updateStage()
  11.   end repeat
  12. end
  13.